home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / upc12bs1.zip / LIB / catcher.h < prev    next >
C/C++ Source or Header  |  1993-09-29  |  2KB  |  47 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    c a t c h e r . h                                               */
  3. /*                                                                    */
  4. /*    Ctrl-Break handler prototypes for UUPC/extended                 */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. /*--------------------------------------------------------------------*/
  8. /*       Changes Copyright (c) 1989-1993 by Kendra Electronic         */
  9. /*       Wonderworks.                                                 */
  10. /*                                                                    */
  11. /*       All rights reserved except those explicitly granted by       */
  12. /*       the UUPC/extended license agreement.                         */
  13. /*--------------------------------------------------------------------*/
  14.  
  15. /*--------------------------------------------------------------------*/
  16. /*                          RCS Information                           */
  17. /*--------------------------------------------------------------------*/
  18.  
  19. /*
  20.  *    $Id: catcher.h 1.2 1993/09/20 04:51:31 ahd Exp $
  21.  *
  22.  *    Revision history:
  23.  *    $Log: catcher.h $
  24.  *     Revision 1.2  1993/09/20  04:51:31  ahd
  25.  *     TCP Support from Dave Watt
  26.  *     't' protocol support
  27.  *     OS/2 2.x support (BC++ 1.0 for OS/2 support)
  28.  *
  29.  *     Revision 1.2  1993/09/20  04:51:31  ahd
  30.  *     TCP Support from Dave Watt
  31.  *     't' protocol support
  32.  *     OS/2 2.x support (BC++ 1.0 for OS/2 support)
  33.  *
  34.  */
  35.  
  36.  
  37. void
  38. #ifdef __TURBOC__
  39. __cdecl
  40. #endif
  41. ctrlchandler( int sig );
  42.  
  43. extern boolean terminate_processing;
  44. extern boolean norecovery;
  45. extern boolean interactive_processing;
  46. extern int panic_rc;
  47.